2014-09-02 - 14163 - Break Fix - SNC - PO Extract Failed Execution #ProductionBreakFix #SNCProject #ABAPSNC #ABAPEXTRACT #APAC #US
2014-09-02 - 14163 - Break Fix - SNC PO Extract failed Execution
Problem Summary
SNC PO extract failed execution.
Admin Info
Purpose
|
SNC PO Extract failed Execution
|
Requested by
|
Rahul Attarde
|
Issue Date
|
09-02-2014
|
Resolved by
|
Venkat Kondapally, Adithya
|
Resolved Date
|
09-02-2014
|
Document Status
|
Complete
|
Detailed Problem Description
(Include Screen Shots if required )
SNC PO Extract failed execution. It is observed that the issue is due to A552 Table, where in it is taking time to fetch the data from that table.
Solution Analysis and Recommendations
(Include Screen Shots if required)
Program changes to get the data effectively from table A552.
Additionally a small change can also be added to the program:
Currently when we give Purchase Order as input, the program checks the Ex Factory date and if the Ex factory date of the PO is in past, Program does not generate the PO Feed file.
Changes made not to check the Ex Factory date condition only when the PO is given as the Input.
Resolution
The program was modified to decrease the load on A552 table. Previously program was fetching data from each and every line putting lot of load on the A552 table. The new change filters the line items which do not need data from A552 table.
Release Information
Provide link here to Release Notes if Technical Objects were changed